github.com/klauspost/compress/zstd.bitWriter.out (field)

7 uses

	github.com/klauspost/compress/zstd (current package)
		bitwriter.go#L13: 	out          []byte
		bitwriter.go#L79: 	b.out = append(b.out,
		bitwriter.go#L92: 		b.out = append(b.out, byte(b.bitContainer>>(i*8)))
		bitwriter.go#L111: 	b.out = out
		blockenc.go#L808: 	b.output = wr.out